CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - transpose matrix

搜索资源列表

  1. 稀疏矩阵计算器

    0下载:
  2. 用三元组表示稀疏矩阵,可以转置 加法,减法,乘法,求逆。- With three Yuan groups expressed the sparse matrix, may transpose the addition, the subtraction, the multiplication, asks to go against.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:209749
    • 提供者:小康
  1. Algebra

    0下载:
  2. 基本矩阵运算 : + - *, power, transpose, trace, determinant, minor, matrix of minor, cofactor, matrix of cofactor, adjoint, inverse, gauss, gaussjordan, linear transformation, LU decomposition , Gram-Schmidt process, similarity. b) Basic vectors functions :
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:98561
    • 提供者:none
  1. Matrix

    0下载:
  2. C++实现的矩阵操作,包括计算行列式、求最大最小值及其下标、矩阵求逆、转置等功能-Matrix operations C++ implementation, including the calculation of the determinant, find the minimum and maximum values and subscr ipt, matrix inversion, transpose function
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:4733
    • 提供者:sunzhipeng
  1. Matrix

    0下载:
  2. 矩阵常用加减乘求逆及转置运算的类 求逆用dolittle分解方法 运算符重载-Common modified by the inverse matrix transpose operation and class inversion with dolittle decomposition operator overloading
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3585
    • 提供者:sosozxy
  1. Find-Transpose-of-a-matrix-in-CPP-Code

    0下载:
  2. Find Transpose of a matrix in C++ Code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:244247
    • 提供者:mar7604
  1. 00100

    0下载:
  2. 该程序利用C++实现了求稀疏矩阵的转置矩阵。整个程序运用了3次函数的调用。-The program using C++ Achieved for sparse matrix transpose matrix. Use of the whole process 3 times function call.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1028
    • 提供者:wly0236
  1. matrix

    0下载:
  2. 功能简介:该程序定义了一个向量类,里面的元素是模版形式,定义了有关向量类的各种属性、方法及运算符重载函数。 设计要求: 1.利用已知的向量类对象定义一个矩阵类,矩阵类的数组是向量子对象,同样定义矩阵类的各种属性、方法及运算符重载函数。 2.完善成员函数,使矩阵可以由文件输入是体的输入格式自己规定 3.完成矩阵的赋值,转置,乘法等运算,要求用整形矩阵和浮点型矩阵分别演算 更改MAIN函数结构,可以由用户选择输入矩阵数据的方式和可以连续运行,直到选择退出为止 -Feature
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2377
    • 提供者:袁亮
  1. Matrix

    0下载:
  2. 矩阵运算程序,可以实现矩阵的加、减、乘、转置、求行列式值、求逆等操作。-Matrix calculation program. This program can achieve a matrix addition, subtraction, multiplication, transpose, find the determinant, inverse operation, and so on.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2521
    • 提供者:曹操
  1. Matrix

    0下载:
  2. 原始矩阵乘法(ijk),kji,基于矩阵转置后的矩阵乘法,基于block 的矩阵乘法-Original matrix multiplication (ijk), kji, based on matrix multiplication matrix transpose later, based on the matrix multiplication block
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1184
    • 提供者:WZ
  1. Matrix-transpose

    0下载:
  2. This code will perform matrix transpose
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:349466
    • 提供者:phani kumar
  1. 2D-DCTVERILOG

    0下载:
  2. 2D DCT VERILOG CODE WITH TESTBENCH WHICH HAVING 1D DCT TRANSPOSE MATRIX
  3. 所属分类:Project Design

  1. Matrix

    0下载:
  2. Matrix类为矩阵运算类,包括矩阵相乘、相加、相减、求负、转置、求逆、行列式等。-Matrix class for the matrix operation class, including matrix multiplication, addition, subtraction, seeking negative, transpose, inversion, determinant and so on.
  3. 所属分类:CSharp

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:风飞絮
  1. transpose.cpp.tar

    0下载:
  2. parallel traspose of matrix using mpi
  3. 所属分类:MPI

    • 发布日期:2017-12-20
    • 文件大小:1024
    • 提供者:othello
  1. Matrix

    0下载:
  2. 矩阵的相加,矩阵的乘法,以及实现矩阵的转置功能(Matrix addition, matrix multiplication, and the realization of the matrix transpose function)
  3. 所属分类:Java编程

    • 发布日期:2017-12-25
    • 文件大小:5120
    • 提供者:勇哥12
  1. Matrix

    2下载:
  2. 这是一个用c#语言写成的矩阵类,可以完成矩阵的各种准确的数学计算,如:矩阵的加减乘除、转置、逆运算、 复矩阵的乘法、求行列式值、 求矩阵秩、一般实矩阵的奇异值分解、求广义逆、约化对称矩阵为对称三对角阵、实对称三对角阵的全部特征值与特征向量的计算、求赫申伯格矩阵全部特征值、求实对称矩阵特征值与特征向量等.可以将其做成dll用到其他的环境下。填补了.net中没有矩阵的空白,是你进行科学计算不可或缺的插(This is a written in c# matrix, it can complete a
  3. 所属分类:Windows编程

    • 发布日期:2017-12-28
    • 文件大小:11264
    • 提供者:sunguang216
  1. Matrix

    0下载:
  2. 从两个文本读取矩阵,并进行相应的矩阵计算,如加减乘,转置,求逆等。(Reading the matrixes from two text, and the corresponding matrix calculation, such as add and subtract, multiply, transpose, inverse, etc..)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-26
    • 文件大小:1632256
    • 提供者:chengruoqie
  1. SVD_C++

    1下载:
  2. C++实现矩阵的SVD分解,矩阵基本运算“+,-,*,/”,三角分解,QR分解,矩阵显示,矩阵转置,矩阵特征值与特征向量运算. 并在 Source.cpp中附有使用例子代码,方便读者快速上手。 经本人测试,完全可以运行,放心使用。 对于SVD分解,经过与matlab中结果对比,发现,当矩阵的列数>=行数时,基本没问题。(Using C++ language realizes the SVD decomposition of matrix,as well as the basic o
  3. 所属分类:数学计算

    • 发布日期:2017-12-30
    • 文件大小:30720
    • 提供者:东篱
  1. 按位就座

    0下载:
  2. 依次将待转置矩阵A的三元组行列互换后,直接放到转置矩阵B的三元组表中的正确位置。需考虑两方面因素:一是矩阵A每列中非零元素的个数(即转置矩阵B每一行中非零元素的个数);二是矩阵A各列中第一个非零元素三元组在B中的正确位置(即矩阵B各行中第一个非零元素三元组在B中的正确位置)。(In turn, the row of three tuples of the transposed matrix A is exchanged and placed into the correct position o
  3. 所属分类:数学计算

    • 发布日期:2018-01-01
    • 文件大小:116736
    • 提供者:nativefaith
  1. Transposed Matrix(variable-length)

    0下载:
  2. 此程序先提示用户输入输入一个数组的行和列,然后再依次输入其对应的元素,之后再将这个数组转置。(This program first prompts the user to input rows and columns of an array, then input its corresponding elements in turn, and then transpose the array.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:699392
    • 提供者:balalala993
  1. code

    2下载:
  2. 平行计算课程,并行程序转置矩阵,使用3种方法:线性转置,块棋盘划分,直角划分法(Parallel computing course, parallel program transpose matrix, using three methods: linear transpose, block chessboard division, right angle division)
  3. 所属分类:并行计算

    • 发布日期:2020-05-17
    • 文件大小:2048
    • 提供者:RookieWang
« 1 2 3 4 5 6 78 9 10 11 12 ... 20 »
搜珍网 www.dssz.com